home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / fastfwd.zip / FASTFWD.DOC next >
Text File  |  1992-02-11  |  4KB  |  145 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                               FastFwd v1.0
  10.  
  11.                            (c) Copyright 1991
  12.  
  13.                                Rob LaGesse
  14.  
  15.                                BIOS II BBS
  16.  
  17.                              1-(512)-657-2204
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28. FastFwd (Version 1.0) is distributed under the Shareware concept. 
  29. You are granted a  limited license to  use and share it under 
  30. the following conditions:
  31.  
  32.       o  FastFwd is not distributed in a modified form.
  33.       o  No fee is charged for FastFwd itself.
  34.       o  The registered version of FastFwd is not distributed.
  35.       o  All references to the copyright and author are retained.
  36.  
  37. The latest version of FastFwd is available on the support BBS numbers
  38. listed on the cover page.
  39.  
  40. This is USER-Supported DONATE-WARE. If you are filthy rich, send me some
  41. cash (See end of this file).
  42.  
  43.  
  44.  
  45.  
  46.  
  47. System requirements:
  48.  
  49.        MS-DOS compatible hardware/software.
  50.        DOS 3.1 or later.
  51.        A WildCat BBS System!
  52.        
  53.  
  54.  
  55. Program OverView   :
  56.  
  57.        FastFwd is a utility which will allow a WildCat BBS system which
  58.        utilizes WildMail and AreaFix to accept AreaFix RESCAN requests 
  59.        from downlinks. This allows new downlinks to receive any existing 
  60.        messages in your WildCat database. This documentation is not meant 
  61.        to serve as a WildMail or AreaFix tutorial.
  62.  
  63.  
  64.  
  65. Program Setup      :   
  66.  
  67.    1.   Copy the FastFwd.Exe program to a directory pointed to in your 
  68.         PATH statement.
  69.  
  70.    2.   Make the following modification to your AreaFix.Ctl (or equivalent) 
  71.         file:
  72.         
  73.         UNCOMMENT the line QUICKBBSRESCANLIST and modify it to look like this :
  74.         "QUICKBBSRESCANLIST FAST.BAT" (without the quotes)
  75.         
  76.    3.   Make sure AreaFix is correctly configured to allow rescans.
  77.    
  78.    4.   Modify the procedure used to toss incoming mail (whether it is a 
  79.         batch file or is contained in the same batch file that calls your 
  80.         mailer). The order in which you call your utilities should be as 
  81.         follows :
  82.         
  83.         AreaFix
  84.         Fast.Bat
  85.         WildMail
  86.         
  87.         An Example InMail.Bat file might look like this :
  88.         
  89.         -------------------------------
  90.         @ECHO OFF
  91.         C:
  92.         cd \db
  93.         If Exist nomail goto end
  94.         echo .>nomail
  95.         CLS
  96.         Set WCNODEID=4
  97.         areafix EC
  98.         If Exist Fast.Bat Call Fast.Bat
  99.         WM Toss 
  100.         del nomail
  101.         echo .>c:\db\dbridge.rse
  102.         :END
  103.         -------------------------------
  104.         
  105.         
  106.         
  107.         All Rescans are noted and time/date stamped in the file 
  108.         FASTFWD.LOG which will be written in the directory from which 
  109.         FASTFWD.EXE is executed.
  110.  
  111.  
  112.  
  113. Program Support  :
  114.  
  115.       Registered user support is provided via BIOS II BBS. See the
  116.       number above.
  117.  
  118.       Support for Non-Registered users is provided on an as-time-allows
  119.       basis via the same BBS.
  120.  
  121.  
  122. Product Disclaimer :
  123.  
  124.       Although I have had extremely successful operation out of
  125.       FastFwd, I cannot, and do not,  accept any responsibilty for 
  126.       any harm which may result out  of your use/misuse of this 
  127.       program. All I can assure you of is that FastFwd will occupy 
  128.       a few thousand Bytes of disk space!
  129.  
  130.  
  131.  
  132.  
  133.       The author welcomes your feedback on this, or any of his 
  134.       other utilities.  Please direct  comments via netmail to 
  135.       1:387/777 or call BIOS II BBS at (512)-657-2204.
  136.  
  137.  
  138. Mail Donations to:
  139.  
  140.                    Rob LaGesse
  141.                    Route 1 Box 66-7h
  142.                    Orange Grove, Texas
  143.                                 78372
  144.  
  145.